Skip to content

Commit

Permalink
Remove TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Jun 10, 2024
1 parent 8ae51f6 commit 899e939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions src/Giveaways/Common/ModuleBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ namespace Giveaways;
/// <summary>
/// An implementation of the <see cref="InteractionModuleBase"/> for this solution.
/// </summary>
public abstract class ModuleBase : InteractionModuleBase<SocketInteractionContext>
{
// TODO: Define your common dependencies here.
}
public abstract class ModuleBase : InteractionModuleBase<SocketInteractionContext>;
2 changes: 0 additions & 2 deletions src/Giveaways/Modules/GeneralModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ public async Task AboutAsync()

await RespondAsync(embed: embed, components: components);
}

// TODO: Define new general commands here.
}

0 comments on commit 899e939

Please sign in to comment.