diff --git a/NadekoBot.Core/Modules/Administration/SelfCommands.cs b/NadekoBot.Core/Modules/Administration/SelfCommands.cs index 84ef0b64..71e6fa5f 100644 --- a/NadekoBot.Core/Modules/Administration/SelfCommands.cs +++ b/NadekoBot.Core/Modules/Administration/SelfCommands.cs @@ -273,7 +273,7 @@ namespace NadekoBot.Modules.Administration return; } var pub = _cache.Redis.GetSubscriber(); - pub.Publish(_creds.RedisKey() + "_shard_restart", + pub.Publish(_creds.RedisKey() + "_shardcoord_restart", JsonConvert.SerializeObject(_client.ShardId), StackExchange.Redis.CommandFlags.FireAndForget); await ReplyConfirmLocalized("shard_reconnecting", Format.Bold("#" + shardid)).ConfigureAwait(false);