8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
|
const name = process.env.BOT_NAME
|
||
|
const channel = process.env.CHANNEL
|
||
|
|
||
|
const chat = [
|
||
|
|
||
|
]
|
||
|
|
||
|
module.exports = chat;
|