summaryrefslogtreecommitdiff
path: root/src/Events.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Events.js')
-rw-r--r--src/Events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Events.js b/src/Events.js
index d3ea15f..94e5eae 100644
--- a/src/Events.js
+++ b/src/Events.js
@@ -9,7 +9,7 @@ module.exports = function Events(bot) {
r = new RegExp(`^(?:<@!?${bot.user.id}> +|-)\\b`);
bot.editStatus('online', {
- name: `watching LaTeX.`,
+ name: `LaTeX.`,
type: 3,
});
});