refactor(arabot): remove a few comments

This commit is contained in:
smyalygames 2023-01-15 15:11:19 +00:00
parent 9d487fcbf6
commit db3c16b2b2

View File

@ -44,11 +44,8 @@ class RenameUserCommand extends Command {
// Command run
public async chatInputRun(interaction: Command.ChatInputCommandInteraction) {
// TODO add database updates
// Get the arguments
const { guild } = interaction;
// Checks if all the variables are of the right type
if (guild === null) {
await interaction.reply({
content: 'Error fetching guild!',