Skip to content

Commit 95f11b0

Browse files
committed
Do not need to copy guild_ids list there.
1 parent 323db71 commit 95f11b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/cog_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def wrapper(cmd):
132132
_cmd = {
133133
"func": None,
134134
"description": base_description,
135-
"guild_ids": guild_ids.copy(),
135+
"guild_ids": guild_ids,
136136
"api_options": [],
137137
"default_permission": base_default_permission,
138138
"api_permissions": base_permissions,

0 commit comments

Comments
 (0)