hullcss-discord-bot/events/debug.js

4 lines
82 B
JavaScript
Raw Normal View History

2022-06-02 02:14:39 +01:00
const client = require("../index");
client.on("debug", ( e ) => console.log(e));