[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
bot bots community discord gaming hacktoberfest sound
1

Configure Feed

Select the types of activity you want to include in your feed.

Delete renameto_token.ts

Sebastian Di Luzio (Apr 7, 2022, 8:27 PM +0200) 8e79c613 c5c9e591

-9
-9
src/renameto_token.ts
··· 1 - // access to bot 2 - // rename this file to token.ts 3 - export default { 4 - tk: 'discordbottoken', 5 - owner: 'discordbotownerID', 6 - prefix: 'a', // has to be single char only, otherwise the assumption is false for a lot of functions 7 - dburl: 'databaseurl', 8 - blapis: [], // botlist access token array (format as in BLAPI) 9 - };