mirror of
https://github.com/RGBCube/VReplBot
synced 2025-05-14 05:24:58 +00:00
Chore: Rename repo
This commit is contained in:
parent
3d4e14347e
commit
de10d59512
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue