Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/maybeanerd/MagiBot. MagiBot - the community building discord bot that adds joinsounds to your voice channels!
discord.gg/2Evcf4T
···11-// access to bot
22-// rename this file to token.ts
33-export default {
44- tk: 'discordbottoken',
55- owner: 'discordbotownerID',
66- prefix: 'a', // has to be single char only, otherwise the assumption is false for a lot of functions
77- dburl: 'databaseurl',
88- blapis: [], // botlist access token array (format as in BLAPI)
99-};