Skip to content

Commit

Permalink
Do not set GuildServer name to guild name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit authored and Kraigie committed May 29, 2019
1 parent fb323c1 commit d017036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/cache/guild/guild_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Nostrum.Cache.Guild.GuildServer do
@doc false
# REVIEW: If a guild server crashes, it will be restarted with its initial state.
def start_link(id, guild) do
GenServer.start_link(__MODULE__, [id, guild], name: :"#{guild.name}")
GenServer.start_link(__MODULE__, [id, guild])
end

@doc false
Expand Down

0 comments on commit d017036

Please # to comment.