Removed a curly bracket that caused crash on start

This commit is contained in:
Anthony M 2021-03-19 11:00:30 -05:00 committed by GitHub
parent 01f2d33da5
commit eecfe9fef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,4 +46,4 @@ module.exports = {
message.channel.send({ embed: failembed });
};
};
}}}
}}