Hunter

Results 14 comments of Hunter

Oh, thanks for that! And also, is there a way to make the bot learn how to chat, by simply chatting with it? Would be cool. Like, teaching it like...

Oh.. Well is there any guide or something because of not having any docs, all this seems a only a bit... difficult. Everyone would appreciate it, if you make docs...

Oh ok cool. I think I'mma just wait for the docs then... I tried using the examples, but then, I wasn't able to understand what's really going on 😅😅😅

Cannot help with the job/action above since seems like black and flakes8 hate each other 🤷

Hi there @OttomanZ! Sorry but i didn't use this module in the app. More of, the app development has been ceased. Sorry.

```python import arcade from arcade import gui class MyWindow(arcade.Window): def setup_ui(self): self.gui_manager = gui.UIManager(auto_enable=True) self.text_area = gui.UITextArea( x=20, width=self.window.width - 50, height=self.window.height, text_color=color.ASH_GREY, font_size=15, scroll_speed=2, text="Hi There!", ) self.next_button =...

That seems like a good idea.

Are there any more updates on this issue? PS: The issue happens solely due to Discord clients and since the endpoint the module uses is undocumented, issues are bound to...