Describe the solution you'd like
- Create your ping command using
! as a command prefix (see slide 14)
- Create a command that says hello to you using your provided name (command:
!hi Jack --> bot replies:hello Jack!)
- If a name isn't provided use the senders discord tag (e.g.
!hi --> hello JayDwee!)
- Use slide 16 to help make a command that responds with the number of arguments provided, as well as returning them sorted in alphabetical order
- Split some of your commands into separate cogs (docs)
Docs: https://discordpy.readthedocs.io/en/latest/ext/commands/commands.html