v3.0 #145

Merged
Vylpes merged 44 commits from develop into main 2022-04-24 14:46:37 +01:00
Showing only changes of commit 2dc5d0397b - Show all commits

View file

@ -40,6 +40,7 @@ export class Util {
const requiredRoles = itemToUse.Command.Roles;
if (message.author.id != process.env.BOT_OWNERID && message.author.id != message.guild.ownerId) {
for (const i in requiredRoles) {
if (message.guild) {
const setting = await SettingsHelper.GetSetting(`role.${requiredRoles[i]}`, message.guild?.id);
@ -55,6 +56,7 @@ export class Util {
}
}
}
}
const context: ICommandContext = {
name: name,