diff options
Diffstat (limited to 'src/plugins/moreCommands.ts')
-rw-r--r-- | src/plugins/moreCommands.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/moreCommands.ts b/src/plugins/moreCommands.ts index 600cc24..a58993d 100644 --- a/src/plugins/moreCommands.ts +++ b/src/plugins/moreCommands.ts @@ -16,9 +16,9 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import definePlugin from "../utils/types"; -import { ApplicationCommandInputType, OptionalMessageOption, sendBotMessage, findOption, RequiredMessageOption } from "../api/Commands"; +import { ApplicationCommandInputType, findOption, OptionalMessageOption, RequiredMessageOption,sendBotMessage } from "../api/Commands"; import { Devs } from "../utils/constants"; +import definePlugin from "../utils/types"; function mock(input: string): string { |