1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-04 19:47:54 -05:00

this should also be lowercase

This commit is contained in:
Ean Milligan
2025-05-05 14:02:49 -04:00
parent acc3522c2a
commit 902dcb00ea

View File

@ -11,24 +11,24 @@ console.log('Insertion done');
console.log('Attempting to insert default commands into command_cnt');
const commands = [
'ping',
'rip',
'rollhelp',
'api',
'audit',
'emojis',
'heatmap',
'help',
'info',
'version',
'report',
'stats',
'roll',
'emojis',
'api',
'privacy',
'mention',
'audit',
'heatmap',
'rolldecorators',
'opt-out',
'opt-in',
'opt-out',
'ping',
'privacy',
'rip',
'report',
'roll',
'rolldecorators',
'rollhelp',
'stats',
'version',
];
for (const command of commands) {
await dbClient.execute('INSERT INTO command_cnt(command) values(?)', [command]).catch((e) => {