Switching the shard to the default one now that the beta for the widgetbot has ended

This commit is contained in:
Christian 'ketura' McCarty
2021-08-22 15:39:54 -05:00
parent bb21ad86f2
commit 40f35dffec

View File

@@ -292,7 +292,7 @@ var ChatBoxUI = Class.extend({
if(this.chatEmbed == null)
{
this.discordDiv.show();
this.chatEmbed = $("<widgetbot server='699957633121255515' channel='873065954609881140' shard='https://e.widgetbot.co' width='100%' height='100%' username='" + this.userName + "'></widgetbot>");
this.chatEmbed = $("<widgetbot server='699957633121255515' channel='873065954609881140' width='100%' height='100%' username='" + this.userName + "'></widgetbot>");
var script = $("<script src='https://cdn.jsdelivr.net/npm/@widgetbot/html-embed'></script>");
this.discordDiv.append(script);
this.discordDiv.append(this.chatEmbed);