-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.txt
88 lines (74 loc) · 3.3 KB
/
features.txt
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#FEATURES
CURRENT
Command System
-This is the basis of Ophenium I (in theory), where most functions can be
accessed
-List of available commands:
!gemJam [command] //Performs [command] within Gem Jam (game
description and commands below)
!help [command] //Lists commands and their descriptions or gives a
detailed explanation of [command]
!howdy //Says partner back
!join //Joins the caller's voice channel
!leave //Leaves the caller's voice channel
!play //Plays the first song in the queue if there is one
!pause //Pauses current song
!resume //Resumes current song
!skip //Skips current song
!stop //Stops music stream, makes bot leave channel
!queue [link] //Adds [link] to the back of the queue
!qstatus //Displays how long the queue is
!clearq //Clears the queue
!ping //Says pong! back
!shout [message] //Sends [message] in all caps
GEM JAM
-Gem Jam is a fun little gem collecting game, based on the classic Webkinz
game Gem Hunt
Commands (all of which begin with the `!gemJam` prefix)
instruct //Show game instructions
commands //Show game commands
create //Create a new player profile
remove //Remove a player profile
mine [mineNumber] //Go mining for gems in [mineNumber]
collection //Show gem collection
sell [gem] //Sell a gem to the Shopkeeper
balance //Show coin balance
crownMe //Reward a complete collection of gems with the
legendary Crown of Wonder
shop //Shop for cool items with coins
PLANNED
Currently Working On
-Gem Jam: shop and sell, trading system?
-Gem Jam: confirm before removing profile and selling gem (use
lastmessage.id?)
Backburner
-Add music info command to get song name, channel, etc (gonna need to
replace ytdl with something else i think)
-Search function for music instead of links (karl knows how?)
Random Stuff
-Grab pictures from the internet and post them or something
-this is it chief (whatever that means)
Maybe Later?
-Role sort
-Channel creator/manager
-Some other useful stuff
KNOWN BUGS
Music
-Queues are separate for different guilds, but !play doesn't work if !play
was called first in a different guild
Gem Jam
-No known bugs
Misc
-My GCP instance doesn't seem to like Ophenium very much. But that's not a
huge problem rn so I probs won't fix it for a while
FIXED BUGS
01/31/19 - 02/01/19
-!leave works as intended now! How exciting!
-!join now has a check to make sure the user and bot are not in the same
voice channel
-!shout works as intended
02/03/19
-!play plays all the songs in the queue now and doesn't crash Ophenium if
music is already playing
-!stop, !skip, etc. added
//Ophenium I - Created by Trenton Morgan 2019