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# Privacy Policy
2233-Disclaimer (as [defined in the License](https://github.com/T0TProduction/MagiBot/blob/main/LICENSE)):
33+Disclaimer (as [defined in the License](https://github.com/maybeanerd/MagiBot/blob/main/LICENSE)):
44THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
···1919 {
2020 name: 'The code is open source!',
2121 value:
2222- 'Check out [the repository on GitHub](https://github.com/T0TProduction/MagiBot) and leave a star to show your support.',
2222+ 'Check out [the repository on GitHub](https://github.com/maybeanerd/MagiBot) and leave a star to show your support.',
2323 inline: false,
2424 },
2525 {
+1-1
src/shared_assets.ts
···77export const APP_ID = config.appId;
88export const DETAILED_LOGGING = false;
991010-export const SIGN = 'MagiBot - created by T0TProduction#0001';
1010+export const SIGN = 'MagiBot - created by @maybeanerd';
11111212export const adminDeferralType = DeferReply.public;
1313