Closed aosync closed 4 years ago
Simple implementation of the move command, as described in #6
I also added parseChannelMention() function in command/command.go for convenience.
parseChannelMention()
command/command.go
Note: I used discord.com and not discordapp.com for the links, because the latter will be deprecated in the future.
discord.com
discordapp.com
Perfect, thanks!
Simple implementation of the move command, as described in #6
I also added
parseChannelMention()
function incommand/command.go
for convenience.Note: I used
discord.com
and notdiscordapp.com
for the links, because the latter will be deprecated in the future.