Tutorial Intro
Let's discover Natico in less than 5 minutes.
#
Getting StartedGet started by Downloading deno.
First of you are going to create a deps.ts file with the following code we do this so we can import everything from the deps.ts file when you need to import more things
#
Creating the bot clientThen create a mod.ts file with the following code
#
Creating your first commandThen we will be making our first command
And now your all set to start creating your bot with discordeno and natico
All resulting code can be found here