This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79d0f0e
commit 2460697
Showing
16 changed files
with
99 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
// //=====================================| Import the Module |=====================================\ | ||
//=====================================| Import the Module |=====================================\ | ||
|
||
// const color = require('colors'); | ||
const color = require('colors'); | ||
|
||
// //=====================================| Code |=====================================\ | ||
//=====================================| Code |=====================================\ | ||
|
||
// module.exports = { | ||
// name: 'error', | ||
// once: true, | ||
module.exports = { | ||
name: 'error', | ||
once: true, | ||
|
||
// async execute(error, client) { | ||
// console.log(`${color.bold.red(`[ERROR]`)} ` `${error.message}`.yellow); | ||
// console.log(`${color.bold.red(`[ERROR]`)} ` + `${error.stack}`.yellow); | ||
// } | ||
// } | ||
async execute(error, client) { | ||
console.log(`${color.bold.red(`[ERROR]`)} ` `${error}`.yellow); | ||
} | ||
} | ||
|
||
|
||
|
||
|
||
// /** | ||
// ///////////////////////////////////////////////////////////////////// | ||
// //// //// | ||
// \\\\ Handlers Coded by GalaXd#9165 \\\\ | ||
// //// //// | ||
// \\\\ Work for MGalaCyber Development | https://galacyber.xyz \\\\ | ||
// //// //// | ||
// \\\\ All Right Reserved! \\\\ | ||
// //// //// | ||
// ///////////////////////////////////////////////////////////////////// | ||
// */ | ||
/** | ||
///////////////////////////////////////////////////////////////////// | ||
//// //// | ||
\\\\ Handlers Coded by GalaXd#9165 \\\\ | ||
//// //// | ||
\\\\ Work for MGalaCyber Development | https://galacyber.xyz \\\\ | ||
//// //// | ||
\\\\ All Right Reserved! \\\\ | ||
//// //// | ||
///////////////////////////////////////////////////////////////////// | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.