Setup DataService

This commit is contained in:
2026-08-22 18:44:24 -04:00
parent a744a95307
commit 1c24a19be1
2 changed files with 26 additions and 0 deletions
+4
View File
@@ -93,6 +93,10 @@ export default abstract class RoleService {
}
}
static async setLimboMode(mode: boolean) {
}
static getRoleByName(guild: Guild, roleName?: string) {
return guild.roles.cache.find(role => role.name === roleName);
}