@@ -2,22 +2,22 @@ import { Permissions } from "oceanic.js";
22
33export const APP_NAME = "SquirrelBot" ;
44export const APP_DESCRIPTION =
5- "Advanced moderation and management bot created by TheKodeToad.\n" +
6- "Made in England with Oceanic.js and love!" ;
5+ "Advanced moderation and management bot created by TheKodeToad.\n"
6+ + "Made in England with Oceanic.js and love!" ;
77export const APP_SOURCE_CODE = "https://github.com/TheKodeToad/SquirrelBot" ;
88export const APP_LIBRARIES_LINK =
99 "https://github.com/TheKodeToad/SquirrelBot/blob/develop/backend/package.json" ;
1010export const APP_INVITE_PERMISSIONS =
11- Permissions . VIEW_AUDIT_LOG |
12- Permissions . KICK_MEMBERS |
13- Permissions . BAN_MEMBERS |
14- Permissions . MANAGE_WEBHOOKS |
15- Permissions . VIEW_CHANNEL |
16- Permissions . MODERATE_MEMBERS |
17- Permissions . SEND_MESSAGES |
18- Permissions . SEND_MESSAGES_IN_THREADS |
19- Permissions . MANAGE_MESSAGES |
20- Permissions . EMBED_LINKS |
21- Permissions . READ_MESSAGE_HISTORY |
22- Permissions . MUTE_MEMBERS |
23- Permissions . DEAFEN_MEMBERS ;
11+ Permissions . VIEW_AUDIT_LOG
12+ | Permissions . KICK_MEMBERS
13+ | Permissions . BAN_MEMBERS
14+ | Permissions . MANAGE_WEBHOOKS
15+ | Permissions . VIEW_CHANNEL
16+ | Permissions . MODERATE_MEMBERS
17+ | Permissions . SEND_MESSAGES
18+ | Permissions . SEND_MESSAGES_IN_THREADS
19+ | Permissions . MANAGE_MESSAGES
20+ | Permissions . EMBED_LINKS
21+ | Permissions . READ_MESSAGE_HISTORY
22+ | Permissions . MUTE_MEMBERS
23+ | Permissions . DEAFEN_MEMBERS ;
0 commit comments