Skip to content

Commit bae3eef

Browse files
committed
remove WelcomeService injection from SettingsModule
1 parent 30e112a commit bae3eef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Bot/Systems/Commands/Text/Modules/ModuleCommonBases.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ public static string GetDefaultReason(string action, IUser moderator)
145145
[RequireGuildAdmin]
146146
public partial class SettingsModule : VolteModule
147147
{
148-
public WelcomeService WelcomeService { get; set; }
149-
150148
[Command, DummyCommand, Description("The set of commands used to modify how Volte functions in your guild.")]
151149
public async Task<ActionResult> BaseAsync()
152150
=> Ok(await TextCommandHelper.CreateCommandEmbedAsync(Context.Command, Context));

0 commit comments

Comments
 (0)