forked from TheCodeVerseHub/Eigen-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
73 lines (60 loc) · 2.57 KB
/
Copy pathChangelog
File metadata and controls
73 lines (60 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
## [2.1.0] - 2024-12-24
### ✨ Added
- **Support Commands**: New feedback and reporting system
- `/bug` or `?bug` - Report bugs directly to support server channel
- `/support` or `?support` - Get support server invite link
- `/newfeature` - Submit feature requests to support team
- `/feedback` - Share feedback with 1-5 star rating system
- `/timestamp` - Generate Discord timestamps with timezone offsets
- All reports include user info, server context, and timestamps
- **Hybrid Commands**: Bug and support commands work with both `/` and `?` prefixes
- **Professional AFK System**: Redesigned AFK embeds
- Minimal black design (color: 0x000000)
- Removed all emojis for professional appearance
- Compact messages with details in footers
### 🔄 Changed
- Updated about command to reflect current feature set
- Added support server link to about embed
- **Ticket Descriptions**: Improved category descriptions
- Bug Reports: Focus on bugs, glitches, and technical issues
- Feature Requests: Focus on suggestions and improvements
- **Config System**: Enhanced Pydantic configuration
- Added `extra='ignore'` to handle legacy .env settings
### 🐛 Fixed
- Fixed Pydantic validation errors on bot startup
- Fixed config.py to use Pydantic v2 ConfigDict properly
---
## [2.0.0] - 2024-12-24
- Simplified bot architecture for community-focused features
### ✨ Added
- **Ticket System**: Complete support ticket management with Discord threads
- Multiple ticket categories (Support, Bug Reports, Partnership, etc.)
- Persistent ticket panels with button interface
- Ticket claiming and closing functionality
- Customizable support team roles
- Ticket logging channel support
- Auto-incrementing ticket numbers
- **Database Module**: Created \`utils/database.py\` for centralized database configuration
- **Admin Commands**: New general admin commands (reload, sync)
### 🔄 Changed
- **Admin Cog**: Replaced with lightweight admin cog (reload, sync commands only)
- **Bot Description**: Updated to focus on community engagement and support
- **README.md**: Completely rewritten to reflect new bot focus
### 📝 Documentation
- Updated main README with new feature set and ticket system documentation
### 🐛 Fixed
- Fixed missing \`create_info_embed\` function in utils/helpers.py
- Fixed import errors in tickets.py
- Fixed database configuration issues
---
## Previous Changelog
bot.Py
/utils/codingquestions.py
/cogs/afk.py
/cogs/bump.py
/cogs/codebuddy_help.py
/cogs/codebuddy_leaderboard.py
/cogs/codebuddy_quiz.py
/cogs/misc.py
/cogs/rules.py
/cogs/utility_extras.py