diff --git a/README.md b/README.md index 8006b5a..6cc68eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# v-repl-bot +# VReplBot A simple Discord bot that runs your V code. @@ -19,7 +19,7 @@ A simple Discord bot that runs your V code. ## License ``` -v-repl-bot - A simple Discord bot that runs your V code. +VReplBot - A simple Discord bot that runs your V code. Copyright (C) 2023-present RGBCube This program is free software: you can redistribute it and/or modify diff --git a/pyproject.toml b/pyproject.toml index b5141ec..555963f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "v-repl-bot" +name = "VReplBot" version = "1.0.0" description = "A simple Discord bot that runs your V code. " authors = ["RGBCube"] diff --git a/v_repl_bot/cogs/miscellanious.py b/v_repl_bot/cogs/miscellanious.py index f6f832d..c4be396 100644 --- a/v_repl_bot/cogs/miscellanious.py +++ b/v_repl_bot/cogs/miscellanious.py @@ -43,7 +43,7 @@ class Miscellaneous( ) async def github(self, ctx: Context) -> None: # Not a button since I want the embed. - await ctx.reply("https://github.com/RGBCube/v-repl-bot") + await ctx.reply("https://github.com/RGBCube/VReplBot") @command( brief = "Sends info about the bot.",