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