question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Summary

The slash commands in cogs dont work. It used to work fine

Reproduction Steps

just loading the cogs

Minimal Reproducible Code

No response

Expected Results

shows the slash commands in the (test_guilds)

Actual Results

The commands work fine but slash commands dont even show up in the specific guild (test_guilds)

Intents

members

System Information

- Python v3.10.2-final
- disnake v2.5.1-final
    - disnake pkg_resources: v2.5.1
- aiohttp v3.7.4.post0
- system info: Windows 10 10.0.19044

Checklist

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my token from display, if visible.

Additional Context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
helish88commented, Jun 2, 2022

read this amazing guide

1reaction
helish88commented, Jun 2, 2022
except Exception:
      pass

change to

except Exception as e:
      print(e)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cost of Goods Sold (COGS) Explained With Methods to ...
Cost of goods sold (COGS) refers to the direct costs of producing the goods sold by a company. This amount includes the cost...
Read more >
Cost of Goods Sold (COGS): What It Is & How to Calculate
COGS includes all direct costs incurred to create the products a company offers. Most of these are the variable costs of making the...
Read more >
Cost of Goods Sold (COGS) - Corporate Finance Institute
Cost of Goods Sold (COGS) measures the direct cost incurred in the production of any goods or services. It includes material cost, direct....
Read more >
What Is Cost of Goods Sold and How Do You Calculate It?
When you run a business, cost of goods sold (COGS) is an essential metric. Cost of goods sold is a major input in...
Read more >
Cost of goods sold - Wikipedia
Cost of goods sold (COGS) is the carrying value of goods sold during a particular period. Costs are associated with particular goods using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found