Compare commits
2 Commits
52f12ffac7
...
81c1ce886b
| Author | SHA1 | Date | |
|---|---|---|---|
| 81c1ce886b | |||
| 2cc35f659e |
@@ -9,6 +9,7 @@ module.exports = {
|
||||
animeList: ["K-On!", "Spice and Wolf", "Bakemonogatari", "Your Lie in April", "Noragami", "Puella Magi Madoka Magica", "Akame ga Kill!", "Steins;Gate", "\u3086\u308b\u30ad\u30e3\u30f3\u25b3"]
|
||||
},
|
||||
async tick(client, timer) {
|
||||
return;
|
||||
client.user.setActivity(timer.data.animeList[timer.data.statusIndex], { type: ActivityType.Watching });
|
||||
timer.data.statusIndex = (timer.data.statusIndex + 1) % timer.data.animeList.length
|
||||
},
|
||||
|
||||
@@ -8,9 +8,6 @@ module.exports = {
|
||||
const keepMessageEmoteId = '1214140438265724980';
|
||||
const channelConfigs = [
|
||||
{ channelId: '1214134516247957504', keepTimeMinutes: 2, keepAttachment: true }, //toho-test/mnzbot-test
|
||||
{ channelId: '1111054421091155978', keepTimeMinutes: 2880 }, //cotr/Spam
|
||||
{ channelId: '1170190197384814762', keepTimeMinutes: 2880, keepAttachment: true }, //cotr/Red
|
||||
{ channelId: '1101703550070947920', keepTimeMinutes: 2880, keepAttachment: true }, //cotr/Memes
|
||||
];
|
||||
function isMessageLocked(message) {
|
||||
for (const [id, reaction] of message.reactions.cache) {
|
||||
|
||||
Reference in New Issue
Block a user