cbackas / TVBot

Discord bot for "The Lounge" Discord server
GNU General Public License v3.0
8 stars 1 forks source link

CommandArg interface for easier argument handling #4

Closed imim332 closed 6 years ago

imim332 commented 6 years ago

Hi,

I'm quite bored and since this bot is on github and open for suggestions.

This commandarg interface would differ between the normal Command interface with a little thing: the exectute command has a String[] called args that just alows easier arg handling.

cbackas commented 6 years ago

Since the command interface already has a string[] args thing, I'm just gonna close this