v2.1.0 push 7

Added LanguageManager.js (yep this is for language stuff in the future)
This commit is contained in:
DJj123dj
2022-06-21 12:11:09 +02:00
parent 09f9944cf7
commit 9d19c7053b
21 changed files with 61 additions and 9 deletions
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
client.on("messageCreate",msg => {
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
client.on("messageCreate",msg => {
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
client.on("messageCreate",msg => {
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
const helpEmbed = new discord.MessageEmbed()
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
client.on("messageCreate",msg => {
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
client.on("messageCreate",msg => {
+1
View File
@@ -3,6 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
const l = bot.language
module.exports = () => {
var reopenCommandBar = new discord.MessageActionRow()
+1 -4
View File
@@ -3,10 +3,7 @@ const bot = require('../index')
const client = bot.client
const config = bot.config
const log = bot.errorLog.log
/** =============================
** NOT READY YET
** =============================*/
const l = bot.language
module.exports = () => {
/**@type {String[]} */