summaryrefslogtreecommitdiff
path: root/src/commands/version.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/version.rs')
-rw-r--r--src/commands/version.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/version.rs b/src/commands/version.rs
index 54585b7..d411f76 100644
--- a/src/commands/version.rs
+++ b/src/commands/version.rs
@@ -24,7 +24,7 @@ pub async fn version(ctx: Context<'_>) -> Result<(), Error> {
ctx.send(|c| {
c.embed(|e| {
- e.title("Vesion Information")
+ e.title("Version Information")
.description("powered by poise!")
.fields(fields)
.color((136, 199, 253))