From 87eeae09887c360a5272a1c2a3153fe9a41275d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 9 Mar 2019 22:44:35 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6592758..f392e2ea 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,6 @@ This project is licensed under the **GNU Affero General Public License v3.0** Li ## Acknowledgments -* discord.JS team -* 1computer1 for discord-akairo +* [discord.JS team](https://github.com/discordjs/discord.js) +* [1computer1](https://github.com/1Computer1/) for discord-akairo & the help command from [hoshi](https://github.com/1Computer1/hoshi) * Tina the Cyclops girl#0064 for inspiring me for making this bot From 68d92aa776d023404ffc68c05c2da6d919936613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 9 Mar 2019 22:54:22 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f392e2ea..afac6df6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ or node ``` node index.js ``` +If on linux you can also do +``` +nohup node index.js & +``` ## Built With * [Discord.JS](https://github.com/discordjs/discord.js) - The discord api used