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
···66// eslint-disable-next-line import/no-cycle
77import { queue as _queue } from './commands/old/@queue';
88import { setup as _setup } from './commands/old/@setup';
99-// eslint-disable-next-line import/no-cycle
1010-import { update as _update } from './commands/old/@update';
119// we allow this cycle once, as the help command also needs to list itself
1210import { help } from './commands/old/help'; // eslint-disable-line import/no-cycle
1311···3028export const commands: { [k: string]: magibotCommand } = {
3129 _queue,
3230 _setup,
3333- _update,
3131+3432 help,
3533 vote,
3634 info,