Here you can find examples for using the ourcord library
Note: the dotenv library comes in pre-packaged and automatically runs config. This will init any .env files you have for use
JS </>
This index file goes through the basics of setting up the client (in CommonJS).
More examples will be added in the future (embeds, extending the client, etc).
TS </>
This index file is functionally the same as the js one but written in typescript.
You will have to transpile it with tsc (and have typescript installed).
You can use the attached tsconfig file as a boilerplate to build off of and add to.