mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 18:25:03 +00:00
chore: remove unneeded type annotation
This commit is contained in:
parent
caff6280e0
commit
d42ac8544f
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ export const commandTypes = {
|
|||
},
|
||||
|
||||
guildTextBasedChannel(value: string, context: CommandContext<any>) {
|
||||
// FIXME: Remove once Knub's types have been fixed
|
||||
return messageCommandBaseTypeConverters.textChannel(value, context) as GuildTextBasedChannel;
|
||||
return messageCommandBaseTypeConverters.textChannel(value, context);
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue