pizza

Results 14 comments of pizza

![Screenshot from 2022-01-21 19-15-29](https://user-images.githubusercontent.com/56696312/150622865-665b8409-fb8e-4bb2-b3b3-7aad97ffc174.png)

Taking out other members has been fun lol; However, it's getting to the point there is more edits/deletes than actual counts at times... Originally I thought I wanted to limit...

[#40](https://github.com/Obi-Wan3/OB13-Cogs/pull/40) makes a valid point that users could still delete messages if they were muted... so maybe too many edits/deletes could result in a set time of read-history privileges revoked...

> i got around this by enabling read message history and disabling view in category settings then letting the bot handle the perms for the channel itself Doesn't seem to...

> https://github.com/NeuroAssassin/Toxic-Cogs/blob/21cbf41173ee0375053e9849f57c04fca8b45580/reacticket/reacticket.py#L377 > > Adding read_message_history=True to discord.PermissionOverwrite() on line 377 appears to resolve the issue of users not being able to see the bot message in a newly created...

or maybe even a command to close old tickets; ```[p]reacticket closeold ```

The best work around I have found for this is to use a mod like BetterChat which makes normal chat turn into shouts & then players have to type /say...

Edit: removed first thing I said as could develop into a conversation that is outside of Valheim That being said, it still sounds like a great feature if it is...

``` public partial class BepInExPlugin: BaseUnityPlugin { private string GetCurrentTimeString() { if (!EnvMan.instance) return ""; float fraction = (float)typeof(EnvMan).GetField("m_smoothDayFraction", BindingFlags.NonPublic | BindingFlags.Instance).GetValue(EnvMan.instance); int hour = (int)(fraction * 24); int minute...

embed=discord.Embed(title="%%%PLAYER%%% has pinged the map!", description="%%%%%CONGFIG:world_name%%%%%", color=%%%%%CONFIG:color%%%%%) embed.set_author(name="%%%%%CONFIG:server_name%%%%%", icon_url="%%%%%CONFIG:imageURL2.png%%%%%") embed.set_thumbnail(url="%%%%%CONFIG:imageURL1a.png%%%%%") embed.add_field(name="**coordinates:**", value="%%%_COORDINATES_FROM_MAP_%%%", inline=False) embed.set_footer(text="%%Date&time_TIMESTAMP%%") await ctx.send(embed=embed)