44from .config import Config
55from .token import Token
66
7- VERSION = "4.0.0 "
7+ VERSION = "4.0.1 "
88PRODUCTION = False
9- MOTD = "stupid restructure fuck your mum"
10- CHANGELOG = """New:
11- - Added checks for no desktop interface and will run headless if so
12- - Added rich embed mode! Nope this isn't using web embeds.
13- - Added rich embed webhook to GUI
14- - Add spam command
15- - Add proper uptime
16- - Add mutual server members command!
17- - Add clearcache command
18- - Add massping command
19- - Add embed message style option in gui
20- - Added aura and gyatt commands (proper brainrot)
21- - Added challenge and achievement commands using api.alexflipnote.dev
22- - Added rainbow reaction and rainbow codeblock using ascii colours
23- - Added ascii colours to codeblock for future changes to codeblock mode
24- - Add dm channel check for clear command
25- - Add yoinkrpc command and more customisable rich presence
26- - Add no_response option to restart, useful for executing the command within another command
27- - Add command history command
28- - Add custom pypresence git to requirements for custom names in RPC
29- - Add rich presence customisation in gui
30-
31- Fix:
32- - Fix codeblock styling for footers
33- - Fix RPS description not showing
34- - Fix dox command
35- - Fix search command
36- - Fix hyperlink
37- - Fixed soundboard and playsound command.
38-
39- Change:
40- - Rename config to config.example.json and add default config to gitingore so config isnt overwritten when merging changes.
41- - Edit RPC error log
42- - Update NSFW commands to use nekobot
43- - Improve generate help commands and add custom emojis to titles
44- - Improve config command
45- - Adding short and long formatting for uptime
46- - Improved specs command
47- - Allowed delete_after to be disabled
48- - Improve send_message
49- - Adjust headerless check to check for ttkbootstrap not tkinter
50- - Improve banner printing
51- - Search now searches through command aliases
52- - Make print_banner get terminal width for correct dash size"""
9+ MOTD = "gotta love tkinter ;)"
10+ CHANGELOG = """"""
0 commit comments