HurricanoDev / Hurricano

An amazing open-source Discord bot using MongoDB with many features such as a customizable prefix, a reaction menu, music, role requirement giveaways and much more!
https://dsc.gg/hurricano
GNU General Public License v3.0
92 stars 31 forks source link

Added 6 commands #44

Closed achaljhawar closed 3 years ago

achaljhawar commented 3 years ago

1 . cringerate 2 . advice 3 . catfact

  1. kill
  2. pp
  3. dankrate
Dragonizedpizza commented 3 years ago

image

Dragonizedpizza commented 3 years ago

image .catch is for catching an error with a promise.

Dragonizedpizza commented 3 years ago

Also, we have a function for getting a user. await client.functions.getMember(true, message, args[0]);

achaljhawar commented 3 years ago

image .catch is for catching an error with a promise.

fixed