bump versions #43

Merged
Anri merged 3 commits from bump into main 2022-07-27 21:46:09 +02:00
Showing only changes of commit 897d8d0a11 - Show all commits

View file

@ -1,6 +1,6 @@
import { SlashCommandBuilder } from '@discordjs/builders'; import { SlashCommandBuilder } from '@discordjs/builders';
import { Locale } from 'discord-api-types/v9'; import { Locale } from 'discord-api-types/v9';
import { Client, CommandInteraction, CommandInteractionOptionResolver, EmbedBuilder } from 'discord.js'; import { Client, CommandInteraction, EmbedBuilder } from 'discord.js';
import { getLocale, getLocalizations } from '../../utils/locales'; import { getLocale, getLocalizations } from '../../utils/locales';
import { getFilename } from '../../utils/misc'; import { getFilename } from '../../utils/misc';
import '../../modules/string'; import '../../modules/string';