commit b562395bbcc7b049da04cc1d705278b3819d165a
parent 603551cd51f1e46c8b72d0590454eccb0ba3af39
Author: Demonstrandum <moi@knutsen.co>
Date: Wed, 29 Jul 2020 23:53:34 +0100
Update URL in console.rb.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/console.rb b/console.rb
@@ -2,7 +2,7 @@
require 'json'
require 'readline'
-URL = 'simp-o-matic.herokuapp.com'
+URL = 'https://simp.knutsen.co'
$guild = 'GLOBAL'
def send_message message
diff --git a/lib/default.ts b/lib/default.ts
@@ -47,7 +47,7 @@ const DEFAULT_GUILD_CONFIG : Types.Config = {
'blacklist': 'ignore',
'whitelist': 'ignore whitelist',
'w': 'weather',
- 'website': ':clap: https://simp.knutsen.co/ :clap:',
+ 'website': 'echo :clap: https://simp.knutsen.co/ :clap:',
'reply': 'respond',
'delete': 'reject',
'wa': 'wolfram',