Fix for mrelay, and blobs. (Spotted by Luckycharmmz/VA - ty for the fixing assistance!)
Orgmembers will nolonger get invited into the priv channel of their orgbot.. (on reboot only) Added Nickname to !history (only useful for !history char_id>)
This commit is contained in:
@@ -641,7 +641,7 @@ class DiscordController:
|
||||
self.setting_service.set_value(out, msg.channel.id)
|
||||
self.send_message(msg.channel.id, Embed(color=3066993, title="Channel Guard",
|
||||
description=f"This channel has been "
|
||||
f"subscriped to the source {out}."))
|
||||
f"subscribed to the source {out}."))
|
||||
|
||||
def send_message(self, channel: int, message, delete=0):
|
||||
if self.client.is_ready():
|
||||
|
||||
Reference in New Issue
Block a user