Instead of using the message type for start/end args on the delete/move commands, get the IDs as strings and use the findMessageInGuild util to find them. This way, those commands can be used from any channel and not necessarily just the one where the message is in.
Instead of using the
message
type forstart
/end
args on the delete/move commands, get the IDs as strings and use thefindMessageInGuild
util to find them. This way, those commands can be used from any channel and not necessarily just the one where the message is in.