Skip to content

Commit 324ac3d

Browse files
author
Vivien Mouret
committed
💩 some minor changes
1 parent e2e41e7 commit 324ac3d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

appdata/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686

8787
if (response.status != 200) {
8888
console.log(`[ERROR] ${message.guild.name} / ${message.channel.name} # ${message.author.username} : ${message.content.toLowerCase()} // ${response.status} ${response.statusText}`);
89-
sendEmbed(message, `${response.status} : ${language.imagineError}`);
89+
sendEmbed(message, `${response.status} : ${language.imagineError}\n${language.error}`);
9090
return;
9191
};
9292

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ dbClient.on(Events.ClientReady, async () => {
148148
console.log(`[${getCurrentDatetime('comm')}] ${dbClient.user.username} present in : `, dbClient.guilds.cache.map(guild => guild.name));
149149
await new Promise(resolve => setTimeout(resolve, 5 * 1000));
150150

151-
if (dbClient.user.id == badBot[1]) return;
152-
153151
collectionMobbot
154152
.get('mobbot')
155153
.execute();
156154
console.log(`[${getCurrentDatetime('comm')}] ${dbClient.user.username} connect on irc-ws.chat.twitch.tv:443`);
157155
await new Promise(resolve => setTimeout(resolve, 10 * 1000));
156+
157+
if (dbClient.user.id == badBot[1]) return;
158158

159159
let descpMemory = [],
160160
oldDescpMemory = [];

resx/lang.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"help": "Liste des commandes",
44
"helpAuthor": "par daftmob",
55
"changLang": "Langue changée en Français",
6-
"error": "Erreur de la commande, Réessaie plus tard",
6+
"error": "Erreur de la commande,\nRéessaie plus tard",
77
"uptime": "Jour initiale",
88
"activities": "tout Twitch | help",
99
"areYouOwner": "T\\'as pas le droit d\\'y toucher",
@@ -46,7 +46,7 @@
4646
"help": "List of orders",
4747
"helpAuthor": "by daftmob",
4848
"changLang": "Language changed to English",
49-
"error": "Command error, try again later",
49+
"error": "Command error,\nTry again later",
5050
"uptime": "Initial day",
5151
"activities": "all Twitch | help",
5252
"areYouOwner": "You can\\'t touch it",
@@ -88,7 +88,7 @@
8888
"help": "Список замовлень",
8989
"helpAuthor": "by daftmob",
9090
"changLang": "Мову змінено на українську",
91-
"error": "Помилка замовлення, спробуйте пізніше",
91+
"error": "Помилка команди,\nСпробуйте пізніше",
9292
"uptime": "Перший день",
9393
"activities": "весь Сіпатися | help",
9494
"areYouOwner": "Ти не можеш до нього доторкнутися.",

styles/ai/amonkey.jpg

97.1 KB
Loading

styles/ai/linfini.jpg

96.3 KB
Loading

0 commit comments

Comments
 (0)