You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some 3rd-party cog repo branch and maintainership changes recently that require action on our part in order to continue using supported versions of those cogs:
Laggron announced today (Oct 30, 2023) on his channel on the cog support discord that he has finally merged his dpy-2.0 branch to the default v3 branch.
For us, this means the say cog (installed on several bots) needs to change, e.g.
,repo add Laggrons-Dumb-Cogs https://github.com/laggron42/Laggrons-Dumb-Cogs
,cog uninstall say
,cog install Laggrons-Dumb-Cogs say
,load say
After confirming there are no further cogs installed from the old repo (i.e. nothing listed as "installed" from the 1st command below), delete it:
,cog list Laggron-Dumb-Cogs-dpy2
,repo delete Laggrons-Dumb-Cogs-dpy2
Repeat this per bot that uses the old branch.
Additionally, phen announced weeks ago that he is giving up most, if not all of his cogs to other maintainers. The ones we use have new maintainers except for simplecalculator. So similar steps need to be taken for his cogs, except instead of just changing branches, there's a repo change for each.
Polistes already has this repo added for seen cog, so only the other bots using this cog need to have it added.
AAA3A-cogs has his own calculator cog that will do as a replacement for phen's simplecalculator
It's an entirely new cog, not a port, so although the -calc command for Dumbo is the same, the differences should be noted and announced. We have some pins around our channels and also something in our docs about it, so those should be updated as well.
Finally, update the backup bot instances and README.md, completing the switchover.
The text was updated successfully, but these errors were encountered:
There are some 3rd-party cog repo branch and maintainership changes recently that require action on our part in order to continue using supported versions of those cogs:
dpy-2.0
branch to the defaultv3
branch.say
cog (installed on several bots) needs to change, e.g.After confirming there are no further cogs installed from the old repo (i.e. nothing listed as "installed" from the 1st command below), delete it:
Additionally, phen announced weeks ago that he is giving up most, if not all of his cogs to other maintainers. The ones we use have new maintainers except for
simplecalculator
. So similar steps need to be taken for his cogs, except instead of just changing branches, there's a repo change for each.tags
androleutils
:embedutils
seen
cog, so only the other bots using this cog need to have it added.calculator
cog that will do as a replacement for phen'ssimplecalculator
-calc
command for Dumbo is the same, the differences should be noted and announced. We have some pins around our channels and also something in our docs about it, so those should be updated as well.Finally, update the backup bot instances and README.md, completing the switchover.
The text was updated successfully, but these errors were encountered: