mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 08:41:25 +03:00
Database encryption
Security ™️
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
module.exports = {
|
||||
int2hex: (int) => int.toString(16).toUpperCase(),
|
||||
wait: (time) => new Promise(res => setTimeout(res, time)),
|
||||
};
|
Reference in New Issue
Block a user