rename moment

This commit is contained in:
Jill 2022-07-19 21:48:02 +03:00
parent 4cdd583eea
commit 116dee9731
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "foggy-morning", "name": "jillo",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",

View File

@ -32,10 +32,10 @@ const channels = [
const nicknames = [ const nicknames = [
'напиток безалкогольный сильногаз', 'напиток безалкогольный сильногаз',
'forg', 'the gelatin',
'foggy', 'goo',
'frog', 'jillo',
'fog' 'goobert'
]; ];
module.exports = { module.exports = {

View File

@ -122,7 +122,7 @@ bot.on('ready', async () => {
if (cmd.onClientReady) cmd.onClientReady(bot); if (cmd.onClientReady) cmd.onClientReady(bot);
} }
console.log('foggy online'); console.log('jillo online');
}); });
bot.on('interactionCreate', async (interaction) => { bot.on('interactionCreate', async (interaction) => {