mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-01 03:09:35 +00:00
Added Launch.json and Tasks.json sources for run and build
This commit is contained in:
parent
10e32adfe6
commit
3a6a2763f8
24 changed files with 980 additions and 567 deletions
0
source/discord-bot/commands/ping.ts
Normal file
0
source/discord-bot/commands/ping.ts
Normal file
10
source/discord-bot/config.ts
Normal file
10
source/discord-bot/config.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
export interface Config_Interface {
|
||||
discord: {
|
||||
api_key: string;
|
||||
application_client_id: string;
|
||||
guild_id: string;
|
||||
};
|
||||
storage: {
|
||||
|
||||
}
|
||||
}
|
2
source/discord-bot/discord-bot.ts
Normal file
2
source/discord-bot/discord-bot.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
import * as config from "./config";
|
||||
import * as discord from "./discord";
|
0
source/discord-bot/discord.ts
Normal file
0
source/discord-bot/discord.ts
Normal file
0
source/discord-bot/discord/command.ts
Normal file
0
source/discord-bot/discord/command.ts
Normal file
Loading…
Add table
Add a link
Reference in a new issue