Skip to content

Commit

Permalink
feat(lava/cogs/commands.py): add getpid import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Jun 7, 2024
1 parent c00bcc7 commit 914f618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lava/cogs/commands.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import re
from os import getpid

from disnake import Option, ApplicationCommandInteraction, OptionType, OptionChoice, ButtonStyle, Localized, Embed
from disnake.ext import commands
from disnake.ext.commands import Cog
Expand Down

0 comments on commit 914f618

Please sign in to comment.