Created librarian as a simple bot
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
require('dotenv').config({path: '../.env'});
|
||||
|
||||
module.exports = {
|
||||
activity: "Automated Data Analysis Machine.",
|
||||
type: "PLAYING",
|
||||
token: process.env.ADAM_TOKEN,
|
||||
botChannel: "default"
|
||||
activity: "Automated Data Analysis Machine.",
|
||||
type: "PLAYING",
|
||||
token: process.env.ADAM_TOKEN,
|
||||
botChannel: "default"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user