summaryrefslogtreecommitdiff
path: root/src/Events.js
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2024-01-24 23:58:45 +0100
committerAlejandro W. Sior <aho@sior.be>2024-01-24 23:58:45 +0100
commit4eaca0632036c77fc0df7ebe84e530c62a349091 (patch)
treee071c484377f0fa6d38b6650668407509bbba74d /src/Events.js
parenta6fa7d3ff52fe01dcf2e448e3e3c452cfd9044ac (diff)
add server command
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,
});
});