diff --git a/examples/discordpy/.gitignore b/examples/discord-py/.gitignore similarity index 100% rename from examples/discordpy/.gitignore rename to examples/discord-py/.gitignore diff --git a/examples/discordpy/Procfile b/examples/discord-py/Procfile similarity index 100% rename from examples/discordpy/Procfile rename to examples/discord-py/Procfile diff --git a/examples/discordpy/README.md b/examples/discord-py/README.md similarity index 84% rename from examples/discordpy/README.md rename to examples/discord-py/README.md index c413e88..6f1cdc4 100644 --- a/examples/discordpy/README.md +++ b/examples/discord-py/README.md @@ -10,7 +10,7 @@ tags: This example starts a Discord bot using [discord.py](https://discordpy.readthedocs.io/en/stable/). -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fdiscordpy&envs=DISCORD_TOKEN&DISCORD_TOKENDesc=Token+of+the+Discord+account+used) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fdiscord-py&envs=DISCORD_TOKEN&DISCORD_TOKENDesc=Token+of+the+Discord+account+used) ## ✨ Features diff --git a/examples/discordpy/main.py b/examples/discord-py/main.py similarity index 100% rename from examples/discordpy/main.py rename to examples/discord-py/main.py diff --git a/examples/discordpy/requirements.txt b/examples/discord-py/requirements.txt similarity index 100% rename from examples/discordpy/requirements.txt rename to examples/discord-py/requirements.txt diff --git a/examples/node_modules/.yarn-integrity b/examples/node_modules/.yarn-integrity deleted file mode 100644 index 0f19eb7..0000000 --- a/examples/node_modules/.yarn-integrity +++ /dev/null @@ -1,10 +0,0 @@ -{ - "systemParams": "darwin-x64-83", - "modulesFolders": [], - "flags": [], - "linkedModules": [], - "topLevelPatterns": [], - "lockfileEntries": {}, - "files": [], - "artifacts": {} -} \ No newline at end of file