'weer' is niet meer hidden + readme update
This commit is contained in:
@@ -10,3 +10,14 @@ Stroopwafel is een python bot voor discord. Voornamelijk geschikt voor shitposti
|
||||
|
||||
* Vragen en/of opmerkingen kunnen in onderstaande suggestiebox:
|
||||
* 
|
||||
|
||||
## Zelf deze bot runnen?
|
||||
|
||||
Deze link legt uit hoe je een bot token maakt:
|
||||
[https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token)
|
||||
|
||||
En als je discordpy via pip binnenhaalt krijgt je niet de juiste versie. Je moet zelf de "rewrite" branch downloaden. Linkje:
|
||||
[https://github.com/Rapptz/discord.py/tree/rewrite](https://github.com/Rapptz/discord.py/tree/rewrite)
|
||||
|
||||
Verder zoek je het maar lekker zelf uit.
|
||||
|
||||
|
||||
+1
-1
@@ -136,7 +136,7 @@ class Shitpost(object):
|
||||
#Used by function weer()
|
||||
|
||||
|
||||
@commands.command(pass_context=True, hidden=True)
|
||||
@commands.command(pass_context=True)
|
||||
@asyncio.coroutine
|
||||
def weer(self, ctx, location="Leiden"):
|
||||
"""Vertelt je het weer.
|
||||
|
||||
Reference in New Issue
Block a user