= Updated tweet error text

This commit is contained in:
Matthew Cech
2019-04-12 21:30:01 -07:00
parent 84009a294d
commit 2c5c5d3c4a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class CommandTweet extends Command
try {
res.Call(tweet.tweet(input.args));
} catch (Exception e) {
res.Call(Localizer.Stub("FUCKED UP HARD"));
res.Call(Localizer.Stub("Tweet command failed!"));
}
}
}