mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-02 19:53:10 +00:00
Updated bot source
This commit is contained in:
parent
3a6a2763f8
commit
0dd6702e33
19 changed files with 247 additions and 20 deletions
|
@ -1,10 +1,15 @@
|
|||
import * as l_discord from "../discord";
|
||||
|
||||
export interface Config_Interface {
|
||||
discord: {
|
||||
api_key: string;
|
||||
application_client_id: string;
|
||||
guild_id: string;
|
||||
};
|
||||
storage: {
|
||||
|
||||
}
|
||||
discord: l_discord.Config_Interface;
|
||||
storage?: {}
|
||||
}
|
||||
|
||||
export const defaulted: Config_Interface = {
|
||||
discord: {
|
||||
api_key: "",
|
||||
application_client_id: "",
|
||||
guild_id: ""
|
||||
},
|
||||
storage: {}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
import * as config from "./config";
|
||||
import * as discord from "./discord";
|
Loading…
Add table
Add a link
Reference in a new issue