aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-09-01 17:07:30 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-09-01 17:07:30 +0000
commit9c90a3f5316433f8391e777c3cfbc87fad6f6213 (patch)
treebff9a0eb9b53c2c83dfd3d94272420eaff883883
parent39401c11b7f21bde67d5e3aa79cb99e9aa4ff578 (diff)
parentc7aa402f2732788afcfe6d635659b101a9fffb40 (diff)
downloadspeedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.tar
speedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.tar.gz
speedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.tar.bz2
speedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.tar.lz
speedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.tar.xz
speedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.tar.zst
speedrunbot-slash-9c90a3f5316433f8391e777c3cfbc87fad6f6213.zip
Merge branch 'master' of github.com:AnInternetTroll/speedrunbot-slash
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--README.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3e608c5..27637d4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@
├── client.ts # Discord bot
├── deploy.ts # Deno deploy file
└── srcom # Where speedrun.com commands go
- ├── slashCommands.ts # Commands definitons and a `ApplicationCommandsModule` to be loaded by `client.ts` or `deploy.ts`
+ ├── slash_commands.ts # Commands definitons and a `ApplicationCommandsModule` to be loaded by `client.ts` or `deploy.ts`
├── types.d.ts # Types of the REST API of speedrun.com
├── utils.ts # General utilities, such as `SRC_API` or functions used in other commands
```
@@ -24,6 +24,8 @@ be if the `Deno` API works on [Deno Deploy](https://deno.com/deploy) as well.
# Running the code
+Join the Discord server: https://discord.gg/P4FbDQywua
+
Before running the bot you must first make a `.env` file in the root of the
project and put in the following
diff --git a/README.md b/README.md
index b7a9b3f..0b2b0ac 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ tells deno deploy what command it wants and deno deploy responds.
# Development
+Join the Discord server: https://discord.gg/P4FbDQywua
+
To run the discord bot development mode use the following command
```sh