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",
"description": "",
"main": "index.js",

View File

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

View File

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