diff options
Diffstat (limited to 'commands/account/clear.go')
-rw-r--r-- | commands/account/clear.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/account/clear.go b/commands/account/clear.go index 46335431..1c13ddf5 100644 --- a/commands/account/clear.go +++ b/commands/account/clear.go @@ -17,7 +17,7 @@ func init() { } func (Clear) Context() commands.CommandContext { - return commands.ACCOUNT + return commands.MESSAGE_LIST } func (Clear) Aliases() []string { |