fix: /invite error rename

This commit is contained in:
somatcha 2024-12-29 02:33:35 +05:30 committed by IntegratedQuantum
parent 79c38b8ccc
commit 62a4b5499b

View File

@ -23,5 +23,5 @@ pub fn execute(args: []const u8, source: *User) void {
user.decreaseRefCount();
return;
}
source.sendMessage("#ff0000Too few arguments for command /tp");
source.sendMessage("#ff0000Too few arguments for command /invite");
}