mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
6 lines
70 B
TypeScript
6 lines
70 B
TypeScript
export enum Permissions {
|
|
'Admin' = 3,
|
|
'Mod' = 2,
|
|
'User' = 1,
|
|
}
|