rik079 / Speasier

Speak easier in Speasy. A.k.a Sock's Speaking Slave.
https://speasier.rik079.xyz
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Create database table and command to store the channel #31

Closed Worthy-Alpaca closed 3 years ago

Worthy-Alpaca commented 3 years ago

Links to #2 I suggest the following table layout: Column 1: GuildID TEXT NOT NULL UNIQUE Column 2: ChannelID TEXT NOT NULL Maybe, to link a text channel to a voice channel Column 3: VChannelID TEXT NOT NULL

Worthy-Alpaca commented 3 years ago

if we link a voice channel to a text channel then we need to set ChannelID as UNIQUE

rik079 commented 3 years ago

(Did that, btw ^^)