Logging Update
- Changed to uniform logging with the 'debug' module - Updated all apps
This commit is contained in:
@@ -5,8 +5,8 @@ import ping from './commands/ping.js';
|
||||
import join from './commands/join.js';
|
||||
import leave from './commands/leave.js';
|
||||
// Debug
|
||||
import debugBuilder from "./utilities/debugBuilder.js";
|
||||
const log = new debugBuilder("bot", "app");
|
||||
import ModuleDebugBuilder from "./utilities/moduleDebugBuilder.js";
|
||||
const log = new ModuleDebugBuilder("bot", "app");
|
||||
// Modules
|
||||
import { Client, GatewayIntentBits } from 'discord.js';
|
||||
// Utilities
|
||||
@@ -65,4 +65,5 @@ function main(){
|
||||
});
|
||||
}
|
||||
|
||||
main();
|
||||
main();
|
||||
//module.exports = client;
|
||||
Reference in New Issue
Block a user