fix prefix

This commit is contained in:
Histmy 2020-11-13 23:21:49 +01:00
parent 52dd0a73ee
commit c7ddede3b9

2
app.js
View File

@ -4,7 +4,7 @@ const dotenv = require('dotenv');
const client = new Client(); const client = new Client();
dotenv.config(); dotenv.config();
const prefix = 'mor'; const prefix = process.env.PREFIX || 'more';
const role = {online: '684443816383610916', idle: '684444083065978941', dnd: '684444020558135399', offline: '684443903759614049'}; const role = {online: '684443816383610916', idle: '684444083065978941', dnd: '684444020558135399', offline: '684443903759614049'};
const akce = {hraj: 'PLAYING', sleduj: 'WATCHING', poslouchej: 'LISTENING', soutez: 'COMPETING', soutěž: 'COMPETING', nedelej: '', nedělej: ''}; const akce = {hraj: 'PLAYING', sleduj: 'WATCHING', poslouchej: 'LISTENING', soutez: 'COMPETING', soutěž: 'COMPETING', nedelej: '', nedělej: ''};
const spostece = ['mares', 'mareš', 'purfie', 'denim', '<@!639142938965704745>']; const spostece = ['mares', 'mareš', 'purfie', 'denim', '<@!639142938965704745>'];