Commit 3c84e6e
committed
fix: return None from get_guild_ids for global command registration
guilds=[] in lightbulb means 'register nowhere', not 'register
globally'. Return None when no testing_guild_id is set so lightbulb
falls through to global registration in production.1 parent c244733 commit 3c84e6e
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments