-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added automatic monthly backup system
- Loading branch information
BuildTools
committed
Jan 20, 2024
1 parent
e5fd074
commit 9e1fcb9
Showing
5 changed files
with
51 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,7 +248,8 @@ | |
"Buckachino", | ||
"Penile", | ||
"Brumbpo", | ||
"Cremrold" | ||
"Cremrold", | ||
"Chad" | ||
], | ||
"lastnames": [ | ||
"McDichael", | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
{ | ||
"addr": { | ||
"description": "```Syntax: $addr [phrase/image name]```\n**Add Responses.**\nAdds a new response to the list.\nImages support custom names." | ||
}, | ||
"delr": { | ||
"description": "```Syntax: $delr```\n**Delete responses.**\nDisplays a menu that allows a user to delete a specific response." | ||
}, | ||
"rlist": { | ||
"description": "```Syntax: $rlist```\n**Show response list.**\nDisplays the list of possible responses." | ||
}, | ||
"age": { | ||
"description": "```Syntax: $age```\n**Check bot age.**\nReturns number of years/months/days since creation." | ||
}, | ||
"forza": { | ||
"name": "Check Forza season", | ||
"description": "```Syntax: $forza```\n**Check current Forza season**\nReturns the current season for both Horizon 4 and Horizon 5\n\n**__Subcommands__**\n**time** Displays the time until the next season" | ||
}, | ||
"response": { | ||
"name": "__**Response**__", | ||
"description": "**addr** Add a new response to the list.\n**delr** Remove a response from the list.\n**rlist** View the list of current responses." | ||
}, | ||
"extra": { | ||
"name": "__**Extra Stuff**__", | ||
"description": "**age** Returns the current age of the bot." | ||
} | ||
"lastbackup": "2024-01-19", | ||
"addr": { | ||
"description": "```Syntax: $addr [phrase/image name]```\n**Add Responses.**\nAdds a new response to the list.\nImages support custom names." | ||
}, | ||
"delr": { | ||
"description": "```Syntax: $delr```\n**Delete responses.**\nDisplays a menu that allows a user to delete a specific response." | ||
}, | ||
"rlist": { | ||
"description": "```Syntax: $rlist```\n**Show response list.**\nDisplays the list of possible responses." | ||
}, | ||
"age": { | ||
"description": "```Syntax: $age```\n**Check bot age.**\nReturns number of years/months/days since creation." | ||
}, | ||
"forza": { | ||
"name": "Check Forza season", | ||
"description": "```Syntax: $forza```\n**Check current Forza season**\nReturns the current season for both Horizon 4 and Horizon 5\n\n**__Subcommands__**\n**time** Displays the time until the next season" | ||
}, | ||
"response": { | ||
"name": "__**Response**__", | ||
"description": "**addr** Add a new response to the list.\n**delr** Remove a response from the list.\n**rlist** View the list of current responses." | ||
}, | ||
"extra": { | ||
"name": "__**Extra Stuff**__", | ||
"description": "**age** Returns the current age of the bot." | ||
} | ||
} |