From ca00014deb890e0a2c985faf8cc6ca665b3be923 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 3 Jan 2021 16:30:11 +0400 Subject: [PATCH] docs: support server -> Discord --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9367d628a..cce08c04c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ - Minimalistic - Function-based API +## Usage + ### Beginner Developers Don't worry a lot of developers start out coding their first projects as a Discord bot (I did 😉) and it is not so easy to do so. Discordeno is built considering all the issues with pre-existing libraries and issues that I had when I first started out coding bots. @@ -50,7 +52,7 @@ startBot({ - [Website](https://discordeno.mod.land) - [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts) -- [Support server](https://discord.com/invite/5vBgXk3UcZ) +- [Discord](https://discord.com/invite/5vBgXk3UcZ) ## Contributing