1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-05-14 05:24:58 +00:00

Chore: Rename repo

This commit is contained in:
RGBCube 2023-03-18 12:18:15 +03:00 committed by GitHub
parent 3d4e14347e
commit de10d59512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"]

View file

@ -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.",