Skip to content

Darth-Kylokun/prayer-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prayer-Bot

image of prayer-bot image

Prayer bot is a bot that allows you to store prayers to different entities. The bot is built using discord.py and has the following commands.

Commands

  • addentity <name>
    • Creates an entity and you can also attach an image that will then be associated with that entity
  • updatename <old_name> <new_name>
    • Changes an entitys name
  • updateimage <name>
    • Allows you to add or update an image for an entity
  • addprayer <name> <prayer>
    • Stores a prayer dedicated to an entity
  • prayers <name>
    • Shows stored prayers for that entity and gives the prayers id along with them
  • entities
    • Shows all entities you have added
  • removeprayer <name> <id>
    • Removes a prayer from an entity and the rest of the prayer IDs might change
  • removeentity <name>
    • Removes an entity
  • changeprefix <new_prefix>
    • Changes the prefix in a server. The default prefix/dm prefix is !!

WARNING

If an entity has name that involves two words you must encapsulate the name in quotation marks ex. "prayer bot" or you can add a underscore to represent a space ex. prayer_bot

Adding Bot

To add to your server just invite using this link

Releases

No releases published

Packages

No packages published

Languages