diff options
| author | Alee <alee14498@gmail.com> | 2018-02-23 19:18:52 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-02-23 19:18:52 -0500 |
| commit | 7842d67fb29855295be0c5b56bf25647227c5e1b (patch) | |
| tree | c52bf8572009763feea5b157c02eb0d6c0b11695 | |
| parent | 36e6771d4f78cdeb86ec970f86af9e0665ef3a6c (diff) | |
| parent | 2b3d8693da3f6c7f42bef6739788b37bfc35bbd9 (diff) | |
| download | AleeBot-7842d67fb29855295be0c5b56bf25647227c5e1b.tar.gz AleeBot-7842d67fb29855295be0c5b56bf25647227c5e1b.tar.bz2 AleeBot-7842d67fb29855295be0c5b56bf25647227c5e1b.zip | |
Merge branch 'beta' of https://github.com/AleeCorp/AleeBot into beta
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | src/bot_discord.js | 2 |
3 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ MIT License
-Copyright (c) 2017 AleeCorp
+Copyright (c) 2018 AleeCorp
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -3,7 +3,6 @@ Welcome to the AleeBot github repo! If you want to help do a pull request, also submit a problem/suggestion to issues.
So here's the planned features so far for AleeBot for discord servers
-1. Command handler
# Contributors
Here's the list of people who helped me with AleeBot for discord servers
diff --git a/src/bot_discord.js b/src/bot_discord.js index 9724b96..49d9416 100644 --- a/src/bot_discord.js +++ b/src/bot_discord.js @@ -1,7 +1,7 @@ /*********************************************
*
* AleeBot for Discord servers
- * Copyright (C) 2017 AleeCorp
+ * Copyright (C) 2018 AleeCorp
* License: MIT
*
**********************************************/
|
