Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Subclass commands.Bot #69

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Subclass commands.Bot #69

merged 1 commit into from
Jun 6, 2022

Conversation

PaulMarisOUMary
Copy link
Owner

@PaulMarisOUMary PaulMarisOUMary commented Jun 6, 2022

new DiscordBot class (inherit from discord.ext.commands.Bot)

Summary

Implement #68

New DiscordBot class (inherit from discord.ext.commands.Bot).
Made essentially for intellisense.

Checklist

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • This PR fixes an issue. Subclass commands.Bot #68
  • This PR adds something new (e.g. new method or parameters or reference to an issue).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed)
  • This PR is not a code change (e.g. documentation, README, ...)

new DiscordBot class (inherit from discord.ext.commands.Bot)
@PaulMarisOUMary PaulMarisOUMary linked an issue Jun 6, 2022 that may be closed by this pull request
@PaulMarisOUMary PaulMarisOUMary changed the title implement #68 Subclass commands.Bot Jun 6, 2022
@PaulMarisOUMary PaulMarisOUMary merged commit d652b61 into main Jun 6, 2022
@PaulMarisOUMary PaulMarisOUMary deleted the 68-subclass-commandsbot branch June 6, 2022 21:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subclass commands.Bot
1 participant