Skip to content

Commit d50b3c7

Browse files
init
1 parent c5ff1e0 commit d50b3c7

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Bot
2+
A bot to manage a whole game jam server from creating polls to managing nickname colors.
3+
4+
## The team :)
5+
Murph,
6+
7+
## Usage
8+
\# Write down how to use the stuff you created

administration.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Working Area
2+
## General Stuff
3+
Language:
4+
- Javascript, Discord.js
5+
6+
Database ideas:
7+
- enmap
8+
- josh
9+
- sql database?
10+
11+
Base ideas:
12+
- Guidebot https://github.com/AnIdiotsGuide/guidebot (and guidebot class)
13+
- Sapphire https://www.sapphirejs.dev/
14+
- iislander https://github.com/iiow/iislander
15+
16+
Name ideas:
17+
- Steve
18+
- Ted
19+
- KVN
20+
21+
Hosting ideas:
22+
- Lucys magical thingies
23+
24+
## Functionality
25+
### Basics
26+
- Input system
27+
- Output system (Embeds)
28+
- File structure
29+
30+
### Poll system
31+
- handling Input (commands, new proposals for the polls)
32+
- creating polls, timing polls, limiting the number of votes
33+
- publishing polls and evaluating them
34+
35+
### Roles
36+
- color roles (roles from reactions)
37+
- branding roles (roles for programming language, systems etc. - also by reactions)
38+
39+
### Channels
40+
- creating result channels
41+
- moving them to the results archive

0 commit comments

Comments
 (0)