initial commit
This commit is contained in:
11
src/config/config.ts
Normal file
11
src/config/config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import dotenv from "dotenv";
|
||||
|
||||
dotenv.config();
|
||||
|
||||
export const Config = {
|
||||
prefix: process.env.PREFIX || "",
|
||||
username: process.env.USERNAME || "",
|
||||
access_token: process.env.ACCESS_TOKEN || "",
|
||||
channels: [process.env.CHANNELS || ""],
|
||||
developers: [process.env.DEVELOPERS || ""],
|
||||
};
|
||||
Reference in New Issue
Block a user