From 138a231fd2b65e73d88a51f8eb0320d9fa738b2b Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 24 Aug 2017 17:59:00 -0400 Subject: Tiny Updates --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index af5990e..7ae2248 100644 --- a/aleebot.js +++ b/aleebot.js @@ -1,6 +1,6 @@ /**************************************** * - * AleeBot 1.1.1 for AleeArmy Community and other servers + * AleeBot for AleeArmy Community and other servers * Copyright (C) 2017 AleeCorp * * Permission is hereby granted, free of charge, to any person obtaining a copy -- cgit v1.2.3 From eba5cb75ac74c8eb9a9ed7c1137faf570b4cec07 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 24 Aug 2017 20:14:25 -0400 Subject: New server invite link --- commands/serverinvite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/serverinvite.js b/commands/serverinvite.js index 0293821..72660b5 100644 --- a/commands/serverinvite.js +++ b/commands/serverinvite.js @@ -1,7 +1,7 @@ const Discord = require('discord.js'); exports.run = (client, message, args, config) => { message.reply(':arrow_left: Continue in DMs.'); - message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ"); + message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/97vUx56"); } exports.conf = { -- cgit v1.2.3