From 2880bad3473cf75121b7aa64aa04b13435f1be0c Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 30 Jan 2018 09:49:51 -0500 Subject: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5e4654d..c77d2c9 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 48e58d3fe0ca08dd9d27a0496c213712c9523da7 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 30 Jan 2018 09:54:32 -0500 Subject: 2018 Copyright --- src/bot_discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * **********************************************/ -- cgit v1.2.3 From 2b3d8693da3f6c7f42bef6739788b37bfc35bbd9 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 30 Jan 2018 09:55:09 -0500 Subject: 2018 Copyright License --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index fb5f224..707395b 100644 --- a/LICENSE +++ b/LICENSE @@ -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 -- cgit v1.2.3