mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-04-05 12:51:42 +03:00
14 lines
197 B
JavaScript
14 lines
197 B
JavaScript
/**
|
|
*
|
|
* @name DiscordTickets
|
|
* @author eartharoid <contact@eartharoid.me>
|
|
* @license GNU-GPLv3
|
|
*
|
|
*/
|
|
|
|
module.exports = {
|
|
event: 'debug',
|
|
execute(_client, log, [e]) {
|
|
log.debug(e);
|
|
}
|
|
}; |