Skip to content

Discord.py rewrite template with commands extension and keep_alive

Notifications You must be signed in to change notification settings

leviwp48/template-saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Saver

Overview

Template Saver is a simple bot designed to streamline sending repeated messages such as announcements and reminders.

Usage

Commands

.new

.view

.use

.how

This will display a message that tells how to use this bot

How to Use

Creating a New Template

Use the .new command with the following arguments (each between quotes):

  • Template name
  • Keywords (comma-separated)
  • Template text with keywords embedded between quotes (e.g., '[keyword]')

Example:

.new "Event Members", "member, event", "
   List of members for [event]: 
   * [member] 
   * [member]"

Viewing Saved Templates

Use the .view command to see your saved templates.

Using Saved Templates

To use a saved template:

  1. Enter values in the same order as they appear in the text.
  2. Use the .use command with the following arguments (each between quotes):
    • Template name
    • Words to insert into the template (comma-separated)

Example: .use "Event Members", "Game Night, Joe, Lucas"

This will result in:

List of members for Game Night:
Joe
Lucas

Remember to put arguments between quotes.

About

Discord.py rewrite template with commands extension and keep_alive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages